Package com.netscape.cmstools.ca
Class CACertIssueCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.ca.CACertIssueCLI
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
execute
(org.apache.commons.cli.CommandLine cmd) byte[]
issueCert
(CACertClient certClient, CertEnrollmentRequest request, AuthorityID authorityID, org.mozilla.jss.netscape.security.x509.X500Name authorityDN, String outputFormat) byte[]
issueCert
(CACertClient certClient, String requestType, String csr, boolean renewal, String profileID, String subjectDN, String[] dnsNames, String username, String requestor, String sessionID, String outputFormat) void
Methods inherited from class org.dogtagpki.cli.CommandCLI
execute
Methods inherited from class org.dogtagpki.cli.CLI
addModule, addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, removeModule, runExternal, runExternal, setDescription, setName
-
Field Details
-
logger
public static org.slf4j.Logger logger
-
-
Constructor Details
-
CACertIssueCLI
-
-
Method Details
-
createOptions
public void createOptions()- Overrides:
createOptions
in classCommandCLI
-
printHelp
public void printHelp() -
issueCert
public byte[] issueCert(CACertClient certClient, CertEnrollmentRequest request, AuthorityID authorityID, org.mozilla.jss.netscape.security.x509.X500Name authorityDN, String outputFormat) throws Exception - Throws:
Exception
-
issueCert
public byte[] issueCert(CACertClient certClient, String requestType, String csr, boolean renewal, String profileID, String subjectDN, String[] dnsNames, String username, String requestor, String sessionID, String outputFormat) throws Exception - Throws:
Exception
-
execute
- Overrides:
execute
in classCommandCLI
- Throws:
Exception
-